home *** CD-ROM | disk | FTP | other *** search
/ Maclife 157 / MACLIFE157-2001-09.ISO.7z / MACLIFE157-2001-09.ISO / Linux / MacOS Tools / Other / BootX 1.1.3 (for Old Mac OS) / Sources / lib / From MoreFiles / OptimizationEnd.h < prev    next >
Text File  |  2001-07-23  |  1KB  |  41 lines

  1. /*
  2. **    Apple Macintosh Developer Technical Support
  3. **
  4. **    DirectoryCopy: #defines that let you make MoreFiles code more efficient.
  5. **
  6. **    by Jim Luther, Apple Developer Technical Support Emeritus
  7. **
  8. **    File:        OptimizationEnd.h
  9. **
  10. **    Copyright ゥ 1992-1998 Apple Computer, Inc.
  11. **    All rights reserved.
  12. **
  13. **    You may incorporate this sample code into your applications without
  14. **    restriction, though the sample code has been provided "AS IS" and the
  15. **    responsibility for its operation is 100% yours.  However, what you are
  16. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  17. **    after having made changes. If you're going to re-distribute the source,
  18. **    we require that you make it clear in the source that the code was
  19. **    descended from Apple Sample Code, but that you've made changes.
  20. **
  21. **    The Optimization changes to MoreFiles source and header files, along with
  22. **    this file and Optimization.h, let you optimize the code produced by MoreFiles
  23. **    in several ways.
  24. **
  25. **    Original changes supplied by Fabrizio Oddone
  26. */
  27.  
  28.  
  29. #if    __USEPRAGMAINTERNAL
  30.     #if defined(__MWERKS__)
  31.         #pragma internal reset
  32.     #endif
  33. #endif
  34.  
  35.  
  36. #if    __WANTPASCALELIMINATION
  37.     #ifndef __COMPILINGMOREFILES
  38.         #undef pascal
  39.     #endif
  40. #endif
  41.